Skip to main content

slbDescribe

Description

slb describe.

Request Method

GET

Request Path

/customer/slb/describe

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
instanceIdQueryStringYesNo sample value for this parameter. instance id
regionIdQueryStringYesNo sample value for this parameter. region id
USER_CODE_KEYHeadStringNoNo sample value for this parameter. u s e r_ c o d e_ k e y

Return data

NameTypeSample valueDescription
resultobject`{"chargingMethod":"PayByBandwidth","instanceId":"SLB-NRP339782378999668736","bandwidth":"20","instanceName":"slbInstance","vSwitchId":"vsw-nj3mrjkr96iwldig0vulr","regionId":"cn-wulan-sta1-d01","instanceType":"slb.s1.small","vpcId":"vpc-nj3ptd8vtuyyoh08idhne","billingMethod":"Subscription","networkType":"internet","expiredTime":1.6615296E+12,"capacity":1024.0}`No description for this parameter.
resultCodestring0No description for this parameter.
resultMsgstringsuccessNo description for this parameter.

Example

Successful Response example

{
"result":
{
"chargingMethod":"PayByBandwidth",
"instanceId":"SLB-NRP339782378999668736",
"bandwidth":"20",
"instanceName":"slbInstance",
"vSwitchId":"vsw-nj3mrjkr96iwldig0vulr",
"regionId":"cn-wulan-sta1-d01",
"instanceType":"slb.s1.small",
"vpcId":"vpc-nj3ptd8vtuyyoh08idhne",
"billingMethod":"Subscription",
"networkType":"internet",
"expiredTime":1.6615296E+12,
"capacity":1024.0
},
"resultCode":"0",
"resultMsg":"success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}